html, body {
    height: 100%;
}


html,body,div,p,ul,ol,dl,dd,dt,li,input,h1,h2,h3,h4,h5,h6,select, button, textarea, iframe, label,form{
	margin:0;
	padding:0;
	border:0;
	outline:0;	
}
body {
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	color:#000;
	background-image: url(../../images/common/bg2.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
}
h1,h2,h3,h4,h5,h6{ 
	font-size:100%;
	font-weight:normal;
}
a,img,input{
	border:0 none;	
}

img {
	border:0 none;
	vertical-align:middle;
	}
a{
	cursor:pointer;
	text-decoration:none;
	vertical-align: middle;
	color:#929292;
}
a:hover{
	text-decoration:underline;
}
em,i{
	font-style:normal;	
}
select, input, button,img, label,textarea{
    vertical-align: middle;
}
ul:after, ol:after, dl:after, .clearfix:after{
	clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;	
}

.clearfix{
	zoom:100%;	
}
ul,ol{
	list-style:none;	
}
.fl{
	float:left;	
	display:inline;
}
.fr{
	float:right;
	display:inline;	
}
table{
    /*border-collapse:collapse;*/
    border-spacing:0;
}
.font14{
	font-size: 14px;
}
/*end */










